DataCollection | ComponentOne
C1.Android.DataCollection Assembly / C1.Android.DataCollection Namespace / C1RecyclerViewAdapter<T> Class / SetHandle Method

In This Topic
    SetHandle Method (C1RecyclerViewAdapter<T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub SetHandle( _
       ByVal value As IntPtr, _
       ByVal transfer As Android.Runtime.JniHandleOwnership _
    ) 
    protected void SetHandle( 
       IntPtr value,
       Android.Runtime.JniHandleOwnership transfer
    )

    Parameters

    value
    transfer
    See Also